.carousel{
	width:100%;
	height:400px;
	overflow: hidden;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;
}

.car_wrap{
	width: 100%;
	height: 400px;
	overflow: hidden;
	min-width: 1200px;
}

.slider{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.slider li{
	float: left;
	position:relative;
	height: 100%;
	width: 100%;
}

.fade{
	-webkit-animation:fade 0.5s ease-in-out;
	animation:fade 0.5s ease-in-out;
}

.slider li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.point{
	width:1200px;
	margin-top:350px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:right;
}

.point ul {
	width:100%;
}

.point ul li{
	margin: 0 4px;
	display: inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#9fc911;
	opacity:0.5;
	position:relative;
	top:0;
}

.point ul li.active{
	width:30px;
	/*height:12px;*/
	/*top:3px;*/
	opacity:1;
	/*box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;*/
	border-radius:20px;
	background: #fff;
}

.car_wrap ul,
.point ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}




.intro{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.intro_l{
	width: 875px;
	height: 380px;
}

.intro_l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro_r{
	position: absolute;
	right: 0;
	top: 30px;
	width: 490px;
	height: 320px;
	background: url("../images/introbg.png");
	padding: 30px;
	box-sizing: border-box;
}

.intro_body_t h2{
	font-size: 24px;
	font-weight: 550;
	line-height: 30px;
}

.intro_line{
	width: 200px;
	height: 2px;
	background-image: linear-gradient(160deg, #9fc911 20%,#f4f4f4 80%);
	margin: 10px 0;
}

.intro_body_b{
	margin-top: 20px;
	font-size: 16px;
	text-indent: 2em;
	line-height: 2;
}

.intro_body_b p{
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

.intro_btn button{
	width: 100px;
	height: 30px;
	border-radius: 5px;
	border: none;
	outline: none;
	background: #9fc911;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}


.character{
	width: 1200px;
	height: 270px;
	margin: 60px auto;
}

.char_tit{
	text-align: center;
	margin-bottom: 60px;
}

.char_tit div{
	display: inline-block;
}

.char_line{
	width: 540px;
	height: 1px;
	background: #204b8f;
	vertical-align: middle;
}

.char_tit p{
	font-size: 20px;
	font-weight: 550;
	color: #204b8f;
	margin: 0 10px;
}

.char_body li{
	display: inline-block;
	width: 180px;
	height: 180px;
	margin-right: 70px;
}

.char_body li:last-child{
	margin-right: 0;
}

.char_body li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.news{
	padding: 60px 0;
	background: #f8f8f8;
}

.news_li{
	width: 1200px;
	margin: 0 auto;
}

.news_li li{
	width: 100%;
	height: 180px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #dadada solid;
	margin-bottom: 30px;
}

.news_li li:last-child{
	margin-bottom: 0;
}

.news_li li:hover{
	border: 1px solid #204b8f;
}

.news_li li>div{
	display: inline-block;
}

.news_img{
	width: 175px;
	height: 150px;
}

.news_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.news_body{
	width: 950px;
	height: 150px;
	overflow: hidden;
	margin-left: 30px;
}

.news_body h2{
	font-size: 20px;
	line-height: 30px;
	width: 710px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	color: #000;
}

.news_line{
	width: 75px;
	height: 2px;
	background: #9fc911;
	margin: 10px 0;
}

.news_body p a{
	font-size: 16px;
	line-height: 1.75;
}

.news_body a:hover,
.news_li li:hover p a{
	color: #204b8f;
}

.news_bot{
	margin-top: 10px;
}

.news_bot div,
.news_bot p{
	display: inline-block;
	color: #666;
}

.news_time{
	margin-right: 30px;
}

.news_bot_p{
	font-size: 14px;
	line-height: 30px;
	vertical-align: text-bottom;
}

.news_bot p{
	margin-right: 5px;
}



.entered{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.entered li{
	width: 275px;
	height: 400px;
	border: 1px solid #dadada;
	position: relative;
	display: inline-block;
	margin-right: 26px;
}

.entered li:last-child{
	margin-right: 0;
}

.entered li:hover{
	border-color: #9fc911;
}

.entered_img{
	height: 225px;
}

.entered_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entered_body{
	padding: 30px 15px;
	text-align: center;
}

.entered_body h2{
	font-size: 20px;
	line-height: 30px;
	color: #1c1c1c;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.entered_line{
	margin: 10px 0;
}

.entered_body p a{
	line-height: 1.75;
	font-size: 14px;
}

.entered_body p a:hover,
.entered li:hover p a{
	color: #204b8f;
}

.entered_btn button{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 100px;
	height: 30px;
	border: none;
	border-radius: 5px;
	outline: none;
	color: #fff;
	background: #9fc911;
}

.entered_btn button:hover{
	cursor: pointer;
}


.service{
	width: 1200px;
	margin: 0 auto;
}

.service li{
	display: inline-block;
	width: 230px;
	height: 230px;
	text-align: center;
	margin-right: 8px;
	background-image: linear-gradient(140deg, #c0de5c 20%,#9fc911 80%); 
}

.service li:nth-child(2){
	background-image: linear-gradient(140deg, #50dec5 20%,#19c4a6 80%); 
}

.service li:nth-child(3){
	background-image: linear-gradient(140deg, #677fff 20%,#3356fe 80%); 
}

.service li:nth-child(4){
	background-image: linear-gradient(174deg, #f5c842 10%,#f08633 90%); 
}

.service li:last-child{
	background-image: linear-gradient(174deg, #f99c61 10%,#ea5460 90%); 
	margin-right: 0;
}

.service li:hover{
	transform: translateY(-10px);
	box-shadow: 3px 3px 3px #aaa;
}

.service_img{
	margin: 40px auto;
	margin-bottom: 10px;
	width: 60px;
	height: 60px;
}

.service_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service h2{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}

.service p{
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	width: 200px;
	margin: 0 auto;
}

.service button{
	width: 100px;
	height: 30px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.service button:hover,
.service li:hover button{
	color: #9fc911;
	background: #fff;
}


.cooperative{
	background: #f8f8f8;
}

.cooperative ul{
	width: 1200px;
	padding: 60px 0;
	margin: 0 auto;
}

.cooperative li{
	display: inline-block;
	width: 190px;
	height: 110px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.cooperative img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}